mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
38 lines
729 B
Plaintext
38 lines
729 B
Plaintext
*** Makefile~ Mon Jan 23 19:28:24 1995
|
|
--- Makefile Tue Sep 19 00:46:41 1995
|
|
***************
|
|
*** 490,496 ****
|
|
local.h:
|
|
set +e; [ -r local.h ] || cp local.h.samp local.h
|
|
|
|
! msgs.h: config.sh FRC
|
|
@. ./config.sh; \
|
|
set $(SHELLDEBUG); \
|
|
set +e; \
|
|
--- 490,496 ----
|
|
local.h:
|
|
set +e; [ -r local.h ] || cp local.h.samp local.h
|
|
|
|
! msgs.h: config.sh
|
|
@. ./config.sh; \
|
|
set $(SHELLDEBUG); \
|
|
set +e; \
|
|
***************
|
|
*** 504,510 ****
|
|
else \
|
|
set -x; \
|
|
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
|
|
! fi
|
|
|
|
FRC:
|
|
|
|
--- 504,511 ----
|
|
else \
|
|
set -x; \
|
|
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
|
|
! fi; \
|
|
! touch msgs.h
|
|
|
|
FRC:
|
|
|