diff options
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |