aboutsummaryrefslogtreecommitdiffstats
path: root/src/fldd
diff options
context:
space:
mode:
Diffstat (limited to 'src/fldd')
-rw-r--r--src/fldd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fldd/Makefile b/src/fldd/Makefile
index d9a70529b..899efb597 100644
--- a/src/fldd/Makefile
+++ b/src/fldd/Makefile
@@ -1,7 +1,9 @@
1ROOT = ../..
2-include $(ROOT)/config.mk
3
1.PHONY: all 4.PHONY: all
2all: fldd 5all: fldd
3 6
4ROOT = ../..
5include $(ROOT)/src/common.mk 7include $(ROOT)/src/common.mk
6 8
7%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/syscall.h ../include/ldd_utils.h $(ROOT)/config.mk 9%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/syscall.h ../include/ldd_utils.h $(ROOT)/config.mk