summaryrefslogtreecommitdiffstats
path: root/Parser/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/Makefile.in')
-rw-r--r--Parser/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Makefile.in b/Parser/Makefile.in
index 6a8fc21..1b8f1f8 100644
--- a/Parser/Makefile.in
+++ b/Parser/Makefile.in
@@ -45,7 +45,7 @@ LIB= libParser.a
all: $(LIB) $(PGEN)
-$(LIB): $(PARSEROBJS)
+$(LIB): $& $(PARSEROBJS)
-rm -f $(LIB)
$(AR) cr $(LIB) $(PARSEROBJS)
$(RANLIB) $(LIB)