]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Grep doesn't need -o
authorAlan T. DeKok <aland@freeradius.org>
Thu, 15 Nov 2012 13:14:08 +0000 (08:14 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 Nov 2012 13:14:08 +0000 (08:14 -0500)
src/include/Makefile

index 1c9998c1aba94a1bf859e8f5a6be8884c59fbe38..9f3135c22c0bc5be205e61e5e06e17a6d0135658 100644 (file)
@@ -31,8 +31,8 @@ autoconf.sed: autoconf.h
 
 features.h: features-h autoconf.h
        @cp $< $@
-       @grep -o "^\#define\s*WITH_.*" autoconf.h >> features.h
-       
+       @grep "^\#define\s*WITH_.*" autoconf.h >> features.h
+
 missing.h: missing-h autoconf.sed
         @sed -f autoconf.sed < $< > $@
 
@@ -41,7 +41,7 @@ tls.h: tls-h autoconf.sed
 
 distclean: clean
        @rm -f radpaths.h
-       
+
 reconfig clean:
        @rm -f features.h missing.h tls.h
        @rm -f autoconf.sed