From: bruce Date: Thu, 9 Jul 1987 09:14:43 +0000 (+0000) Subject: Corrected clean option in Makefile X-Git-Tag: release-5-5~4026 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=65aab404bac2f208a58a93c311429ad168a56681;p=ack.git Corrected clean option in Makefile --- diff --git a/modules/src/em_opt/Makefile b/modules/src/em_opt/Makefile index 21a493483..170ae5735 100644 --- a/modules/src/em_opt/Makefile +++ b/modules/src/em_opt/Makefile @@ -67,7 +67,7 @@ clean: rm -f O_*.o rm -f O_*.c rm -f $(NOFILES) main.o mkstrct.o $(POFILES) - rm -f $(GENFILES) parser libopt.a + rm -f $(GENFILES) parser em_nopt $(LIBOPT) em_nopt: main.o $(NOFILES) $(CC) -o em_nopt main.o $(NOFILES) $(LIBS)