summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-27 15:03:14 +0200
committerMiguel <m.i@gmx.at>2018-09-27 15:03:14 +0200
commit3afdccc7087797a106263c481bfc406049124fa6 (patch)
tree9d687c246fa818f8214fe64c673339ed77e9a34d /Makefile.common
parent8e005d0f13767db538e3d939188d73370db9042d (diff)
litttle fix in netstack
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d4e45c3..3ac16ad 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -7,4 +7,4 @@
@echo "CC $@ ..."; $(CC) -c $(CFLAGS) $*.c -o $*.o
%.d: %.c
- @echo "DEP $@ ..."; $(CC) -MM -MT $*.o $(CFLAGS) $*.c > $*.d
+ @echo "DEPS $@ ..."; $(CC) -MM -MT $*.o $(CFLAGS) $*.c > $*.d