remove trace

This commit is contained in:
Laurent Vivier 2005-11-30 00:20:21 +00:00
parent 5008e1e67b
commit bf4ca6f909

View File

@ -17,7 +17,6 @@ $(LIBRARY): $(LIBRARY)($(patsubst %.S,%.o,$(SOURCES:.c=.o)))
gzip -9c $< > $@
dist:
echo "MODULE [$(MODULE)]"
for file in $(DISTFILES); do \
dir=$$(dirname $$file); \
if [ "$$dir" != "" ] ; then \