filescan error [--hidden files]
[henge/webcc.git] / src / Makefile
index b4c8225..06466c6 100644 (file)
@@ -474,7 +474,7 @@ $(eval
 $1_OBJ     := $($($1_C)_OBJ)
 $1_OUT     := $($($1_C)_OUT)
 $1_AROBJ   := $($($1_C)_AROBJ)
-$1_SOURCES := $(subst ./,,$(shell find -name "*.$1"))
+$1_SOURCES := $(subst ./,,$(shell find -name "*.$1" -not -name ".*"))
 $1_DBG     := $($($1_C)_DBG)
 $1_AR      := $($($1_C)_AR)
 )