Ver código fonte

* rtl/linux and units/linux also for linux installs

peter 26 anos atrás
pai
commit
64c34936c5
1 arquivos alterados com 4 adições e 5 exclusões
  1. 4 5
      base/makefile.fpc

+ 4 - 5
base/makefile.fpc

@@ -404,12 +404,8 @@ endif
 
 # set the directory where to install the units.
 ifndef UNITINSTALLDIR
-ifdef inlinux
-UNITINSTALLDIR=$(BASEINSTALLDIR)/$(UNITPREFIX)
-else
 UNITINSTALLDIR=$(BASEINSTALLDIR)/$(UNITPREFIX)/$(OS_TARGET)
 endif
-endif
 
 # set the directory where to install the units.
 ifndef STATIC_UNITINSTALLDIR
@@ -1008,7 +1004,10 @@ endif
 
 #
 # $Log$
-# Revision 1.31.2.1  1999-06-13 22:36:38  peter
+# Revision 1.31.2.2  1999-06-18 10:07:27  peter
+#   * rtl/linux and units/linux also for linux installs
+#
+# Revision 1.31.2.1  1999/06/13 22:36:38  peter
 #   * install msg files in msg/ instead of bin for not linux
 #
 # Revision 1.30  1999/06/03 09:36:31  peter