blob: ddfd7f2ab5df2e09c1c44f19ad5e4df39e1dbad2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- packages/fcl-db/Makefile 2009-01-07 21:56:28.000000000 -0500
+++ packages/fcl-db/Makefile 2009-01-07 22:18:51.000000000 -0500
@@ -2203,17 +2203,17 @@
endif
$(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
endif
-ifdef INSTALL_CREATEPACKAGEFPC
-ifdef FPCMAKE
-ifdef PACKAGE_VERSION
-ifneq ($(wildcard Makefile.fpc),)
+#ifdef INSTALL_CREATEPACKAGEFPC
+#ifdef FPCMAKE
+#ifdef PACKAGE_VERSION
+#ifneq ($(wildcard Makefile.fpc),)
$(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
$(MKDIR) $(INSTALL_UNITDIR)
$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
-endif
-endif
-endif
-endif
+#endif
+#endif
+#endif
+#endif
ifdef INSTALLPPUFILES
$(MKDIR) $(INSTALL_UNITDIR)
$(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
|