Commit a41dd892 authored by Kent Kostelac's avatar Kent Kostelac

Removed fpic option that was added by mistake

parent fb20d266
...@@ -456,7 +456,7 @@ $(TARGET): ${OBJS} ...@@ -456,7 +456,7 @@ $(TARGET): ${OBJS}
$(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS) $(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)
%.o: %.c %.o: %.c
$(CC) -fPIC $(CFLAGS) -o $@ -c $< $(CC) $(CFLAGS) -o $@ -c $<
clean: clean:
rm -f $(TARGET) 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