From 7d96613a9b510440817be50586cb7e5a0783aa48 Mon Sep 17 00:00:00 2001 From: idgay Date: Mon, 5 May 2008 21:20:08 +0000 Subject: [PATCH] improve savepp --- support/make/clean.target | 2 +- support/make/savepp.extra | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/support/make/clean.target b/support/make/clean.target index 9d6d9510..d6a3b39b 100644 --- a/support/make/clean.target +++ b/support/make/clean.target @@ -2,5 +2,5 @@ #$Id$ clean: FORCE - rm -rf build $(CLEAN_EXTRA) + rm -rf build $(CLEAN_EXTRA) pp rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py diff --git a/support/make/savepp.extra b/support/make/savepp.extra index 20d443e1..8d377bfb 100644 --- a/support/make/savepp.extra +++ b/support/make/savepp.extra @@ -1,3 +1,8 @@ #-*-Makefile-*- vim:syntax=make PFLAGS += -fnesc-cppdir=pp + +BUILD_EXTRA_DEPS += rmpp + +rmpp: FORCE + rm -rf pp -- 2.39.2