Browse Source

* Remove fpmake file after clean

git-svn-id: trunk@17346 -
joost 14 năm trước cách đây
mục cha
commit
1ef1dbf671
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/fcl-web/Makefile.fpm

+ 1 - 0
packages/fcl-web/Makefile.fpm

@@ -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