--- binutils/hp-bin/Makefile 2018/04/24 16:07:06 1.1 +++ binutils/hp-bin/Makefile 2018/04/24 16:07:16 1.1.1.2 @@ -7,9 +7,9 @@ clean : rm -f *.o $(EXECUTABLES) hpxt : hpxt.o ioutil.o - $(CC) -o hpxt hpxt.o ioutil.o + $(CC) $(CFLAGS) -o hpxt hpxt.o ioutil.o chatr : chatr.o ioutil.o - $(CC) -o chatr chatr.o ioutil.o + $(CC) $(CFLAGS) -o chatr chatr.o ioutil.o hpxt.o chatr.o : ioutil.h