git-svn-id: trunk@17345 -
@@ -45,4 +45,7 @@ clean:
$(FPMAKE_BIN_CLEAN) clean --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC)
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
+# none.
+distinstall: install
+distclean: clean