From 24dfcf19e1ea9099805ee10d17390ce159f3e109 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 11 Mar 2007 10:19:25 +0000 Subject: [PATCH] fix dependencies --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 0f0e3da..ef297fe 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -7,7 +7,7 @@ CABLE ?= auto INTSTYLE := silent -SOURCES = $(wildcard sources/*.v source/*.vhd) +SOURCES := $(shell find . -name "*.v" -or -name "*.vhd" -print) PART ?= xc3s1500-fg456-4 TARGET ?= bit CLEANFILES ?= -- 2.39.2