Commit fb20d266 authored by Kent Kostelac's avatar Kent Kostelac

Another place that used fashioned suffix rules

parent 16bb13cf
......@@ -455,11 +455,8 @@ all: InterchangedObject.c $(TARGET)
$(TARGET): ${OBJS}
$(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)
.SUFFIXES:
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -o $@ -c $<
%.o: %.c
$(CC) -fPIC $(CFLAGS) -o $@ -c $<
clean:
rm -f $(TARGET)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment