Index: trunk/src/unit.h =================================================================== --- trunk/src/unit.h (revision 2581) +++ trunk/src/unit.h (revision 2582) @@ -30,7 +30,7 @@ #include "config.h" -/* typedef ... Coord; pcb base unit, typedef'd in config.auto.h */ +/* typedef ... Coord; pcb base unit, typedef'd in config.h */ typedef double Angle; /* degrees */ enum e_allow { Index: trunk/util/gsch2pcb-rnd/Makefile.in =================================================================== --- trunk/util/gsch2pcb-rnd/Makefile.in (revision 2581) +++ trunk/util/gsch2pcb-rnd/Makefile.in (revision 2582) @@ -54,7 +54,7 @@ gsch2pcb-rnd$(EXE): $(OBJS) $(CONF_OBJS) $(HASHOBJ) $(VECTOBJ) $(LISTOBJ) $(SCCFOBJ) $(QPARSE) $(FP_OBJS) $(LHTOBJ) $(CC) $(OBJS) $(CONF_OBJS) $(FP_OBJS) $(HASHOBJ) $(VECTOBJ) $(LISTOBJ) $(SCCFOBJ) $(QPARSE) $(LHTOBJ) -o gsch2pcb-rnd$(EXE) $(LDFLAGS) $(FP_LDFLAGS) -gsch2pcb.o: gsch2pcb.c ../../config.h ../../config.auto.h +gsch2pcb.o: gsch2pcb.c ../../config.h $(CC) -c $(CFLAGS) $(FP_CFLAGS) gsch2pcb.c -o gsch2pcb.o $(HASHOBJ):