From 2ab22bdad1415813a3e1df329640332702272fc0 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 1 Sep 2008 17:01:58 +0000 Subject: - new configure/make layout: - configure/main-makefile moved to root-dir - configure-script checked in (no need to call autogen.sh on first run) - autogen.sh, m4, install.sh etc. moved to dists/autogen/ - config.guess/sub for canonical builds - unit-tests moved to test - removed delphi subdir in portaudio/-mixer - COPYING.txt/AUTHORS.txt/... added - dists/delphi7/2005 added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1334 b956fd51-792f-4845-bead-9b4dfca2ff2c --- tools/ResourceExtractor/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/ResourceExtractor/Makefile.in b/tools/ResourceExtractor/Makefile.in index 709365d7..101b14e2 100644 --- a/tools/ResourceExtractor/Makefile.in +++ b/tools/ResourceExtractor/Makefile.in @@ -10,10 +10,7 @@ BIN = $(NAME)@EXEEXT@ all: $(BIN) clean: - rm -f $(BIN) *.o *.ppu *.rst *.compiled - -distclean: clean - rm -rf Makefile *~ *.bak __history + rm -f $(BIN) *.o *.ppu *.rst $(BIN): $(SRC) $(PPC) $(PFLAGS) -o$@ $(SRC) -- cgit v1.2.3