]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
Take out the -o root argument to install. It is the default anyway
[ppp.git] / pppd / plugins / Makefile.linux
index 2352765fd927fd2a4377e0243f6dcad2f9f77994..80b0ae01da8a07566fe3729b0855e4e046ad6f5a 100644 (file)
@@ -2,7 +2,7 @@ CC      = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
-INSTALL        = install -o root
+INSTALL        = install
 
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin