mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
remove trace
This commit is contained in:
parent
5008e1e67b
commit
bf4ca6f909
1
Rules.mk
1
Rules.mk
@ -17,7 +17,6 @@ $(LIBRARY): $(LIBRARY)($(patsubst %.S,%.o,$(SOURCES:.c=.o)))
|
|||||||
gzip -9c $< > $@
|
gzip -9c $< > $@
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
echo "MODULE [$(MODULE)]"
|
|
||||||
for file in $(DISTFILES); do \
|
for file in $(DISTFILES); do \
|
||||||
dir=$$(dirname $$file); \
|
dir=$$(dirname $$file); \
|
||||||
if [ "$$dir" != "" ] ; then \
|
if [ "$$dir" != "" ] ; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user