changeset 15725:abb92e8951eb

libgnu/Makefile.am: undo unintended changes from d65de42265c9
author John W. Eaton <jwe@octave.org>
date Tue, 04 Dec 2012 10:07:51 -0500
parents 911a6ad10e9c
children a53ed884509f
files libgnu/Makefile.am
diffstat 1 files changed, 5 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/libgnu/Makefile.am	Mon Dec 03 16:02:30 2012 -0500
+++ b/libgnu/Makefile.am	Tue Dec 04 10:07:51 2012 -0500
@@ -122,7 +122,7 @@
 
 ## begin gnulib module bitrotate
 
-libgnu_la_SOURCES += bitrotate.h bitrotate.c
+libgnu_la_SOURCES += bitrotate.h
 
 ## end   gnulib module bitrotate
 
@@ -654,9 +654,8 @@
 
 ## begin gnulib module fstatat
 
-libgnu_la_SOURCES += statat.c
-
-EXTRA_DIST += at-func.c fstatat.c
+
+EXTRA_DIST += at-func.c fstatat.c openat-priv.h
 
 EXTRA_libgnu_la_SOURCES += at-func.c fstatat.c
 
@@ -991,7 +990,6 @@
 ## begin gnulib module math
 
 BUILT_SOURCES += math.h
-libgnu_la_SOURCES += math.c
 
 # We need the following in order to create <math.h> when the system
 # doesn't have one that works with the given compiler.
@@ -1409,7 +1407,7 @@
 ## begin gnulib module openat
 
 
-EXTRA_DIST += openat.c
+EXTRA_DIST += openat-priv.h openat.c
 
 EXTRA_libgnu_la_SOURCES += openat.c
 
@@ -1583,7 +1581,6 @@
 
 ## begin gnulib module sigaction
 
-libgnu_la_SOURCES += sig-handler.c
 
 EXTRA_DIST += sig-handler.h sigaction.c
 
@@ -1918,7 +1915,6 @@
 ## begin gnulib module stdio
 
 BUILT_SOURCES += stdio.h
-libgnu_la_SOURCES += stdio.c
 
 # We need the following in order to create <stdio.h> when the system
 # doesn't have one that works with the given compiler.
@@ -2123,7 +2119,6 @@
 	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
 	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
 	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
-	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
 	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
 	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
 	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
@@ -2406,7 +2401,6 @@
 ## begin gnulib module sys_socket
 
 BUILT_SOURCES += sys/socket.h
-libgnu_la_SOURCES += sys_socket.c
 
 # We need the following in order to create <sys/socket.h> when the system
 # doesn't have one that works with the given compiler.
@@ -2737,7 +2731,6 @@
 ## begin gnulib module unistd
 
 BUILT_SOURCES += unistd.h
-libgnu_la_SOURCES += unistd.c
 
 # We need the following in order to create an empty placeholder for
 # <unistd.h> when the system doesn't have one.
@@ -3051,7 +3044,6 @@
 ## begin gnulib module wctype-h
 
 BUILT_SOURCES += wctype.h
-libgnu_la_SOURCES += wctype-h.c
 
 # We need the following in order to create <wctype.h> when the system
 # doesn't have one that works with the given compiler.
@@ -3119,7 +3111,7 @@
 
 ## begin gnulib module xsize
 
-libgnu_la_SOURCES += xsize.h xsize.c
+libgnu_la_SOURCES += xsize.h
 
 ## end   gnulib module xsize