1 | --- runtime/diff/Make.mk.orig 2007-12-01 00:10:24.000000000 +0100 |
---|
2 | +++ runtime/diff/Make.mk 2007-12-01 00:11:01.000000000 +0100 |
---|
3 | @@ -26,9 +26,9 @@ |
---|
4 | XCSRC= |
---|
5 | RMLCRUNTIME=diff |
---|
6 | xtra-install: $(GOROOT)/config.cache $(GOROOT)/config/$(TARGET)/labtab.h |
---|
7 | - $(GOROOT)/etc/mkdirhier $(PREFIX)/include/diff |
---|
8 | - rm -f $(PREFIX)/include/diff/labtab.h |
---|
9 | - cp $(GOROOT)/config/$(TARGET)/labtab.h $(PREFIX)/include/diff |
---|
10 | + $(GOROOT)/etc/mkdirhier $(DESTROOT)/include/diff |
---|
11 | + rm -f $(DESTROOT)/include/diff/labtab.h |
---|
12 | + cp $(GOROOT)/config/$(TARGET)/labtab.h $(DESTROOT)/include/diff |
---|
13 | |
---|
14 | # Common rules |
---|
15 | include $(GOROOT)/etc/runtime.mk |
---|