--- rpl/tools/Attic/Makefile.in 2011/10/04 19:32:36 1.66 +++ rpl/tools/Attic/Makefile.in 2011/10/05 13:14:19 1.67 @@ -163,6 +163,8 @@ UNITS = @UNITS@ VERSION = @VERSION@ VIM = @VIM@ VIM_SUPPORT = @VIM_SUPPORT@ +WHOLE_LIB1 = @WHOLE_LIB1@ +WHOLE_LIB2 = @WHOLE_LIB2@ XMKMF = @XMKMF@ X_CFLAGS = @X_CFLAGS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ @@ -422,7 +424,7 @@ uninstall-am: all: - TMP=$$(mktemp tmp.XXXXXXXXXX); \ + TMP=tmp.tools; \ sed -e 's/DREADLINE/UREADLINE/g' @UNITS@/Makefile | \ sed -e 's/-lreadline//g' | sed -e 's/-lncurses//g' > $$TMP; \ mv -f $$TMP @UNITS@/Makefile @@ -436,7 +438,7 @@ all: fi; \ else \ if [ $$subdir = @UNITS@ -a @OS@ = OpenBSD ]; then \ - TMP=$$(mktemp tmp.XXXXXXXXXX); \ + TMP=tmp.units; \ sed -e 's/^DEFS = -DUNITSFILE/DEFS = -Dmalloc=malloc -DUNITSFILE/g' \ @UNITS@/Makefile > $$TMP; \ mv -f $$TMP @UNITS@/Makefile; \