* updates to get debian package working

This commit is contained in:
peter 1999-12-24 10:24:03 +00:00
parent 4206a29c48
commit 3d9b33b0d0
3 changed files with 3 additions and 12 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.13 on 1999-12-23 20:20
# Makefile generated by fpcmake v0.99.13 on 1999-12-23 21:01
#
defaultrule: info
@ -151,7 +151,7 @@ ZIPTARGET=install
# Directories
ifndef FPCDIR
FPCDIR=.
FPCDIR=$(BASEDIR)
endif
ifndef PACKAGEDIR
PACKAGEDIR=$(FPCDIR)/packages
@ -955,10 +955,6 @@ ide_fullgdb:
# Install targets
#######################################
base_install:
$(INSTALL) base/Makefile $(BASEINSTALLDIR)
$(INSTALL) base/makefile.fpc $(BASEINSTALLDIR)
demo_install:
$(MAKE) -C demo installdemo

View File

@ -9,7 +9,7 @@ dirs=compiler rtl utils packages fcl ide
defaultrule=info
[dirs]
fpcdir=.
fpcdir=$(BASEDIR)
[sections]
none=1
@ -71,10 +71,6 @@ ide_fullgdb:
# Install targets
#######################################
base_install:
$(INSTALL) base/Makefile $(BASEINSTALLDIR)
$(INSTALL) base/makefile.fpc $(BASEINSTALLDIR)
demo_install:
$(MAKE) -C demo installdemo

View File

@ -96,7 +96,6 @@ install-arch-stamp: build-arch-stamp debian-files-stamp
$(MAKE) utils_install $(INSTALLOPTS)
$(MAKE) packages install $(INSTALLOPTS)
$(MAKE) base_install $(INSTALLOPTS)
$(MAKE) man_install $(INSTALLOPTS) PREFIXINSTALLDIR=$(INSTALL_DIR)/usr/share
$(MAKE) demo_install $(INSTALLOPTS)