aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-11 02:13:59 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-11 02:13:59 +0000
commit9a9cd819393585555a346aa9bab784889afc76c1 (patch)
treee7105060ccbcaa85def996bb3205fd624daaf66a /src/appl
parent2348ec574041363cfa53c214212e8307fcde1337 (diff)
downloadkrb5-9a9cd819393585555a346aa9bab784889afc76c1.zip
krb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.gz
krb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.bz2
Add a new recursive target "generated-files-mac", for producing the
generated files that lxs wants to feed into the Mac build system. (First approximation, may want some fine tuning later.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17728 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog4
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 2817768..edabd69 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (generate-files-mac): Depend on ftpcmd.c.
+
2005-01-13 Ezra Peisach <epeisach@mit.edu>
* ftpd.c: GCC 4.0 fixes... Move static declaration of gunique out
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index 46bbf5c..6b12fc9 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -32,6 +32,8 @@ all:: ftpd
ftpd: $(OBJS) $(PTY_DEPLIB) $(GSS_DEPLIBS) $(KRB4COMPAT_DEPLIBS)
$(CC_LINK) -o $@ $(OBJS) $(FTPD_LIBS) $(PTY_LIB) $(UTIL_LIB) $(GSS_LIBS) $(KRB4COMPAT_LIBS)
+generate-files-mac: ftpcmd.c
+
clean::
$(RM) ftpd ftpcmd.c