--- Makefile.orig	Wed Oct  6 20:21:39 1999
+++ Makefile	Wed Oct  6 20:22:03 1999
@@ -4,18 +4,18 @@
 #ADDIT_DEFS=-DPSM_GLIBC
 
 .c.o:
-	gcc -g $(ADDIT_DEFS) -Wall -c $<
+	${CC} ${CFLAGS} $(ADDIT_DEFS) -Wall -c $<
 
 VERSION=0.3
 DESTDIR=hppsmtools-$(VERSION)
 
 psmget: psmget.o
 	@echo "If this doesn't compile, try uncommenting ADDIT_DEFS in the Makefile"
-	gcc psmget.o -o psmget
+	${CC} psmget.o -o psmget
 	@echo "Please *do* read the README, in particular on how to get psmdir & Co."
 
 crcguess: crcguess.o crc32.o
-	gcc crcguess.o crc32.o -o crcguess
+	${CC} crcguess.o crc32.o -o crcguess
 
 distri:
 	-mkdir $(DESTDIR)
