mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Reorder linker flags as suggested by Lukas Fleischer
This commit is contained in:
@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
|
||||
${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
|
||||
|
||||
lib%.so.${SONAME}: %.o
|
||||
${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
|
||||
${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
|
||||
|
||||
clean:
|
||||
@rm -f ${OBJ} ${LIBS}
|
||||
|
||||
Reference in New Issue
Block a user