File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ include /usr/local/share/herodotos/Makefile.inc
14
14
all :: /usr/share/pyshared/psycopg2/__init__.py
15
15
16
16
$(CONF ) : $(CONF ) .base
17
- cpp -P -D$(HOST ) $^ | sed " s|/1 |/linux| " > $@
17
+ cpp -undef - P -D$(HOST ) $^ > $@
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include /usr/local/share/herodotos/Makefile.inc
15
15
.PHONY :: pack
16
16
17
17
$(CONF ) : $(CONF ) .base
18
- cpp -P -D$(HOST ) $^ | sed " s|/1 |/linux| " > $@
18
+ cpp -undef - P -D$(HOST ) $^ > $@
19
19
20
20
pack :
21
21
tar cjvf ../$(DIR ) _$(CONF:%.hc=% ) _data.tbz2 -C .. --exclude-vcs $(DIR )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include /usr/local/share/herodotos/Makefile.inc
15
15
.PHONY :: pack
16
16
17
17
$(CONF ) : $(CONF ) .base
18
- cpp -P -D$(HOST ) $^ | sed " s|/1 |/linux| " > $@
18
+ cpp -undef - P -D$(HOST ) $^ > $@
19
19
20
20
pack :
21
21
tar cjvf ../$(DIR ) _$(CONF:%.hc=% ) _data.tbz2 -C .. --exclude-vcs $(DIR )
You can’t perform that action at this time.
0 commit comments