]> arthur.barton.de Git - netatalk.git/commitdiff
makefile fixes from Olaf Hering <olh@suse.de>
authorrufustfirefly <rufustfirefly>
Tue, 8 May 2001 15:43:30 +0000 (15:43 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 8 May 2001 15:43:30 +0000 (15:43 +0000)
ChangeLog
bin/megatron/Makefile.am
etc/uams/Makefile.am

index 829554eab971b7dc7a6d9be1642ab428c5e6d662..52d0b4ad8b9939bf5defd632a0fe4ad040431b9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
-($Id: ChangeLog,v 1.32 2001-05-01 13:45:34 rufustfirefly Exp $)
+($Id: ChangeLog,v 1.33 2001-05-08 15:43:30 rufustfirefly Exp $)
+
+2001-05-08  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * bin/megatron/Makefile.am, etc/uams/Makefile.am: small Makefile fixes
+       from Olaf Hering <olh@suse.de>
+
+2001-05-07  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * contrib/shell_utils/netatalkshorternamelinks.pl: added script to
+       shorten names
+
+       * etc/afpd/quota.c, etc/uams/uams_passwd.c: patches from Burkhard
+       Schmidt <bs@cpfs.mpg.de> to fix typos
+
+2001-05-03  jeff b  <jeff@univrel.pr.uconn.edu>
+
+       * etc/afpd/quota.c, etc/afpd/unix.h, etc/afpd/main.c,
+       etc/uams/uams_passwd.c: Tru64 patch from Burkhard Schmidt <bs@cpfs.mpg.de>
+
+       * configure.in, etc/afpd/quota.c, etc/afpd/unix.h: fixes for USE_*_H
+       moving to autodetected HAVE_*_H from autoconf script
 
 2001-05-01  jeff b  <jeff@univrel.pr.uconn.edu>
 
index aa68c0ed1e72b5851824b41e9969685b6a53b0e9..946a9b438debac82cc77058763acdf7e853fbfda 100644 (file)
@@ -10,6 +10,6 @@ noinst_HEADERS = megatron.h
 LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
 
 install-exec-hook:
-       for LINK in $(LINKS); do
-               ln -s $(bindir)/megatron $(bindir)/$(LINK)
+       @for LINK in $(LINKS); do \
+               $(LN_S) -vn $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \
        done
index 2d793d4ae553a4d9f63a940722cd9340242f7a7e..b5019fdc526fa4217378e77ebed98cc9128b2a3a 100644 (file)
@@ -47,7 +47,7 @@ SUFFIXES = .c .so
 .c.so:
        $(COMPILE) -DHAVE_CONFIG_H -fPIC -DPIC \
          -I$(top_srcdir) -fomit-frame-pointer -c $< ; \
-       $(LD) $(LDSHAREDFLAGS) -o $@ $*.o $(LDFLAGS) $(LIBS)
+       $(CC) $(LDSHAREDFLAGS) -o $@ $*.o $(LDFLAGS) $(LIBS)
 
 #
 # create symbolic links: