|
Check-in Number:
|
2024 | |
| Date: |
2002-Mar-15 12:41:14 (local)
2002-Mar-15 11:41:14 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
fix naming |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/val/Makefile.in 1.6 -> 1.7
--- Makefile.in 2002/03/15 11:35:09 1.6
+++ Makefile.in 2002/03/15 11:41:14 1.7
@@ -111,8 +111,8 @@
$(SHTOOL) install -c -m 755 val-config $(DESTDIR)$(bindir)/
$(SHTOOL) install -c -m 644 val.h $(DESTDIR)$(includedir)/
@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libval.la $(DESTDIR)$(libdir)/
- $(SHTOOL) install -c -m 644 var-config.1 $(DESTDIR)$(mandir)/man1/
- $(SHTOOL) install -c -m 644 var.3 $(DESTDIR)$(mandir)/man3/
+ $(SHTOOL) install -c -m 644 val-config.1 $(DESTDIR)$(mandir)/man1/
+ $(SHTOOL) install -c -m 644 val.3 $(DESTDIR)$(mandir)/man3/
uninstall:
-$(RM) $(DESTDIR)$(mandir)/man1/val-config.1
|
|