mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* Remove fpmake file after clean
git-svn-id: trunk@17346 -
This commit is contained in:
parent
8387b6995c
commit
1ef1dbf671
@ -43,6 +43,7 @@ debug: fpmake
|
||||
$(LOCALFPMAKE) build --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -o "-dDEBUG"
|
||||
clean:
|
||||
$(FPMAKE_BIN_CLEAN) clean --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
|
||||
-$(DEL) $(LOCALFPMAKE)
|
||||
install: fpmake
|
||||
$(LOCALFPMAKE) install --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) --prefix=$(INSTALL_PREFIX)
|
||||
# Normally distinstall also installs the examples, but in this case there are
|
||||
|
Loading…
Reference in New Issue
Block a user