X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=isam%2FMakefile;h=22421815887dd8841574f6b09ea5882343aa19d9;hb=ec77ed2ec65bab40d8601b955d7f44b2ce6acc34;hp=da4830e31eb037f17b22ded41d091695ec59a303;hpb=2fdd6275d8becc9c2317bd2b23daa3c569926392;p=idzebra-moved-to-github.git diff --git a/isam/Makefile b/isam/Makefile index da4830e..2242181 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -29,6 +29,6 @@ clean: dep depend: $(CPP) $(INCLUDE) -M *.c >.depend -#ifeq (.depend,$(wildcard .depend)) +ifeq (.depend,$(wildcard .depend)) include .depend -#endif +endif