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

index ef297fe2e887f4d77baa48b93b726804912b4e92..e9d4cfebd0618ccd6f48dfe2162bbca7eef2ef3c 100644 (file)
@@ -7,7 +7,7 @@ CABLE ?= auto
 
 INTSTYLE := silent
 
 
 INTSTYLE := silent
 
-SOURCES := $(shell find . -name "*.v" -or -name "*.vhd" -print)
+SOURCES := $(shell find . -name "*.vhd" -print) $(shell find . -name "*.v" -print)
 PART ?= xc3s1500-fg456-4
 TARGET ?= bit
 CLEANFILES ?=
 PART ?= xc3s1500-fg456-4
 TARGET ?= bit
 CLEANFILES ?=
Impressum, Datenschutz