mirror of
https://abf.rosa.ru/djam/ppp.git
synced 2025-02-23 14:12:59 +00:00
16 lines
540 B
Diff
16 lines
540 B
Diff
![]() |
--- ppp-2.4.5/pppd/plugins/dhcp/Makefile.linux~ 2013-02-19 13:15:32.000000000 +0100
|
||
|
+++ ppp-2.4.5/pppd/plugins/dhcp/Makefile.linux 2013-02-19 13:15:52.645439658 +0100
|
||
|
@@ -17,10 +17,10 @@ $(PLUGIN): $(LTLIB)
|
||
|
gcc -o $@ $(OBJS:%.lo=.libs/%.o) $(LIBS)
|
||
|
|
||
|
$(LTLIB): $(OBJS)
|
||
|
- libtool --mode=link gcc $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
||
|
+ libtool --tag=CC --mode=link gcc $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
||
|
|
||
|
%.lo: %.c
|
||
|
- libtool --mode=compile gcc $(CFLAGS) -c $<
|
||
|
+ libtool --tag=CC --mode=compile gcc $(CFLAGS) -c $<
|
||
|
|
||
|
clean:
|
||
|
rm -f *.o *.lo *.so
|