--- ray/src/hd/Rmakefile 1997/11/19 17:05:29 3.2 +++ ray/src/hd/Rmakefile 1997/11/24 15:16:24 3.4 @@ -28,9 +28,9 @@ install: all $(DEVS) clean: set nonomatch; rm -f *.o $(PROGS) core -rholo: rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o holo.o holofile.o +rholo: rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o holo.o holofile.o Version.o $(CC) $(CFLAGS) -o rholo rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o \ -holo.o holofile.o -lrt -lm +holo.o holofile.o Version.o -lrt -lm $(DEVDIR)/x11h.hdisp: $(DEVDIR)/x11.hdisp rm -f $(DEVDIR)/x11h.hdisp @@ -45,7 +45,7 @@ rholo.o rholo2.o rholo2l.o rholo3.o rholo4.o \ rhdisp.o rhdisp2.o rhdisp3.o: rholo.h rholo4.o: rhdisp.h rholo4.c - $(CC) $(CFLAGS) -DDEVPATH=\"$(DEVDIR)\" -c rholo4.c + $(CC) $(CFLAGS) -c rholo4.c rhdisp.o rhdisp2.o: rhdisp.h rhdriver.h ../common/view.h