diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-22 18:02:28 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-22 18:02:28 +0000 |
commit | 03231c45e0a29c7f32c52a578a4ecb96378ff0ce (patch) | |
tree | b2491530e76f7b2f7f6f9f51a909efa9134741c6 /emulators | |
parent | Fix missing file noticed by bento (diff) |
Move the s/\r// from post-configure to pre-patch to make
patching work more consistently.
Notes
Notes:
svn path=/head/; revision=59714
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim/Makefile | 2 | ||||
-rw-r--r-- | emulators/simh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 54c8e2c9af91..78caa52751a8 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/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 \ |