diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-04-29 17:02:15 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-04-29 17:02:15 +0000 |
commit | 5e0a20225ecaa9c99a0da3de492ca1c83e13b4cd (patch) | |
tree | d95666879284732fd25aab3b144699d4e1a805c6 /build | |
parent | 831ffe2269de19d0f28106eb89a91c0b532433a6 (diff) | |
download | libapr-5e0a20225ecaa9c99a0da3de492ca1c83e13b4cd.tar.gz |
Add the installdev target to the help list
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUhead.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc index c96b7aad7..17f149cad 100644 --- a/build/NWGNUhead.inc +++ b/build/NWGNUhead.inc @@ -46,6 +46,8 @@ help : @echo nlms. . . . . . . builds all nlms @echo install . . . . . builds libs and nlms and copies install files to @echo "$(INSTALL)" + @echo installdev. . . . copies headers and files needed for development to + @echo "$(INSTALL)" @echo clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map @echo clobber_all . . . deletes all possible output from the make @echo clobber_install . deletes all files in $(INSTALL) |