]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoatm/Makefile.linux
Remove send/recv_config_pppoa
[ppp.git] / pppd / plugins / pppoatm / Makefile.linux
index 72acd0be4447a4175b8ee3f9cfef83cf85fe8139..20f62e631d23c18361ce3164c2fbe2179d0abe90 100644 (file)
@@ -1,4 +1,4 @@
-CC     = gcc
+#CC    = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC
 LDFLAGS        = -shared
@@ -6,7 +6,7 @@ INSTALL = install
 
 #***********************************************************************
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)