1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

fixed a make proto bug pointed out by Chris.

(This used to be commit fc1947b52a37bf2c0739091f3dbd84c4a9781d93)
This commit is contained in:
Andrew Tridgell 1998-07-30 01:49:58 +00:00
parent 184cf564e6
commit b08931b552

View File

@ -311,7 +311,7 @@ cleandir: clean
rm -f .depend tags
proto:
$(AWK) -f mkproto.awk `echo $(PROTOOBJ) | sed -e 's/\.o/\.c/g' | tr ' ' '\n' | sort | fgrep -v "ubiqx" | uniq` > proto.h
$(AWK) -f mkproto.awk `echo $(PROTOOBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | fgrep -v "ubiqx" | uniq` > proto.h
etags:
etags `find . -name "*.[ch]"`