aboutsummaryrefslogtreecommitdiff
path: root/src/config/libobj.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/libobj.in')
-rw-r--r--src/config/libobj.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/libobj.in b/src/config/libobj.in
index 5e2a2c1..0c85a59 100644
--- a/src/config/libobj.in
+++ b/src/config/libobj.in
@@ -29,10 +29,10 @@ PICFLAGS=@PICFLAGS@
PROFFLAGS=@PROFFLAGS@
.SUFFIXES: .c .so .po
.c.so:
- $(CC) $(DEFS) $(DEFINES) $(LOCALINCLUDES) $(PICFLAGS) $(CPPFLAGS) $(CFLAGS) -c $< -o $*.so.o && \
+ $(CC) $(DEFS) $(DEFINES) $(PICFLAGS) $(CPPFLAGS) $(LOCALINCLUDES) $(CFLAGS) -c $< -o $*.so.o && \
$(MV) $*.so.o $*.so
.c.po:
- $(CC) $(DEFS) $(DEFINES) $(LOCALINCLUDES) $(PROFFLAGS) $(CPPFLAGS) $(CFLAGS) -c $< -o $*.po.o && \
+ $(CC) $(DEFS) $(DEFINES) $(PROFFLAGS) $(CPPFLAGS) $(LOCALINCLUDES) $(CFLAGS) -c $< -o $*.po.o && \
$(MV) $*.po.o $*.po
# rules to generate object file lists