Check-in Number:
|
2172 | |
Date: |
2002-May-28 19:02:56 (local)
2002-May-28 17:02:56 (UTC) |
User: | ms |
Branch: | |
Comment: |
Fix stupid cut and paste error. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/Makefile.in 1.27 -> 1.28
--- Makefile.in 2002/05/22 13:29:40 1.27
+++ Makefile.in 2002/05/28 17:02:56 1.28
@@ -131,9 +131,9 @@
$(SHTOOL) install -c -m 644 rc-sample.5 $(DESTDIR)$(mandir)/man5/rc-sample.5
uninstall:
- $(RM) $(DESTDIR)$(DESTDIR)$(bindir)/rc
- $(RM) $(DESTDIR)$(DESTDIR)$(mandir)/man1/rc.1
- $(RM) $(DESTDIR)$(DESTDIR)$(mandir)/man5/rc-sample.5
+ $(RM) $(DESTDIR)$(bindir)/rc
+ $(RM) $(DESTDIR)$(mandir)/man1/rc.1
+ $(RM) $(DESTDIR)$(mandir)/man5/rc-sample.5
clean:
$(RM) $(TARGET) $(OBJS) $(PROG_NAME).core rc_pcre.tab
|
|