]> git.zerfleddert.de Git - raggedstone/commitdiff
fix dependencies
authormichael <michael>
Sun, 11 Mar 2007 10:19:25 +0000 (10:19 +0000)
committermichael <michael>
Sun, 11 Mar 2007 10:19:25 +0000 (10:19 +0000)
common/Makefile.common

index 0f0e3da52dec4b6e880ab8d12e7b1c1ae3b74d03..ef297fe2e887f4d77baa48b93b726804912b4e92 100644 (file)
@@ -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 ?=
Impressum, Datenschutz