1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 23:55:40 +00:00

OSX build fix - changed touch-command syntax under OSX

This commit is contained in:
TheFausap 2018-10-09 16:28:22 +02:00 committed by Lars Brinkhoff
parent 42f6eedbe8
commit e8356e194d

View File

@ -107,9 +107,9 @@ $(OUT)/ka-minsys.tape: $(ITSTAR) $(OUT)/system
$(OUT)/sources.tape: $(ITSTAR) build/$(EMULATOR)/stamp $(OUT)/syshst/$(H3TEXT)
$(MKDIR) $(OUT)
$(RM) -f src/*/*~
$(TOUCH) -d 1981-10-06T19:03:37 'bin/emacs/einit.:ej'
$(TOUCH) -d 1981-09-19T21:42:56 'bin/emacs/[pure].162'
$(TOUCH) -d 1981-03-31T20:41:45 'bin/emacs/[prfy].173'
$(TOUCH) -t 198110061903.37 'bin/emacs/einit.:ej'
$(TOUCH) -t 198109192142.56 'bin/emacs/[pure].162'
$(TOUCH) -t 198103312041.45 'bin/emacs/[prfy].173'
$(ITSTAR) -cf $@ -C src $(SRC)
$(ITSTAR) -rf $@ -C doc $(DOC)
$(ITSTAR) -rf $@ -C bin $(BIN)