From 03231c45e0a29c7f32c52a578a4ecb96378ff0ce Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Wed, 22 May 2002 18:02:28 +0000 Subject: Move the s/\r// from post-configure to pre-patch to make patching work more consistently. --- emulators/sim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/sim/Makefile') diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 54c8e2c9af91..78caa52751a8 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -25,7 +25,7 @@ SHELL=${SH} BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \ pdp9 s3 -post-configure: +pre-patch: @${MKDIR} ${WRKSRC}/BIN @for i in `find . -name "*.[hc]"`; \ do \ -- cgit v1.2.3