%n what %v 1.3 %c * %l * %b * %d * %f * %t what-1.3.tgz %w Misc %% %setup patch -u -p1 <<'ENDPATCH' diff -ru2N what-1.3/Makefile what-MCC/Makefile --- what-1.3/Makefile Mon Sep 19 21:27:08 1994 +++ what-MCC/Makefile Sun Aug 18 22:31:54 1996 @@ -1,5 +1,5 @@ CC=cc #CCOPT=-Aa # HP-UX -CCOPT=-O2 -Wall -Wstrict-prototypes -Wshadow -pedantic # Linux +CCOPT=-O6 -m386 -Wall -Wstrict-prototypes -Wshadow -pedantic # Linux PROG=what DEST=/usr/local @@ -14,12 +14,7 @@ install: $(PROG) - su root -c '\ - cp $(PROG) $(BINDIR);\ - strip $(BINDIR)/$(PROG);\ - chmod 755 $(BINDIR)/$(PROG);\ - chown bin $(BINDIR)/$(PROG);\ - chgrp bin $(BINDIR)/$(PROG);\ - cp $(MAN) $(MANDIR)/$(MAN);\ - ' + install -s -m 555 what /usr/bin + install -m 444 what.1 /usr/man/man1 + gzip -9f /usr/man/man1/what.1 clean: rm -f $(OBJ) $(PROG) core ENDPATCH make * make install %%