blob: fbb5728e9f243fde4e6f5197c37cd57bb4143f03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig Thu Dec 26 18:33:39 2002
+++ Makefile Thu Jan 9 03:44:07 2003
@@ -164,7 +164,7 @@
$(INSTALL) $(IIOPT) temp.h $(INCDIR)$(DIRSEP)fidoconf
$(INSTALL) $(IIOPT) afixcmd.h $(INCDIR)$(DIRSEP)fidoconf
$(INSTALL) $(IIOPT) arealist.h $(INCDIR)$(DIRSEP)fidoconf
- $(INSTALL) $(ILOPT) $(LIBFIDOCONFIG)$(LIB) $(LIBDIR)
+ $(INSTALL) $(ISLOPT) $(LIBFIDOCONFIG)$(LIB) $(LIBDIR)
(cd doc && $(MAKE) install)
@echo
@echo "*** For install man pages run 'gmake install-man' (unixes only)"
|