diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-12 13:29:14 +0200 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-06 18:33:22 +0200 | 
| commit | c06619d7ab2ebbbc93427ca6a49dcc8d479db549 (patch) | |
| tree | dcacc00551066b7c1881c0bc33e8d63383eee63d /libpthread/nptl/sysdeps/unix/sysv/linux | |
| parent | a8f396655b8cca3518ac20d07246d91eb138ce07 (diff) | |
| download | uClibc-alpine-c06619d7ab2ebbbc93427ca6a49dcc8d479db549.tar.bz2 uClibc-alpine-c06619d7ab2ebbbc93427ca6a49dcc8d479db549.tar.xz | |
nptl: simplify buildsys
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile | 2 | ||||
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch (renamed from libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in) | 1 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile index 34d647527..930ff5654 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile @@ -9,5 +9,5 @@ top_srcdir=../../../../../../  top_builddir=../../../../../../  all: objs  include $(top_builddir)Rules.mak -include Makefile.in +include Makefile.commonarch  include $(top_srcdir)Makerules diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch index b1a35c352..09d967616 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch @@ -251,6 +251,5 @@ HEADERCLEAN_libpthread/nptl/sysdeps/unix/sysv/linux:  	$(PTHREAD_LINUX_OUT)/structsem.h \  	$(PTHREAD_LINUX_OUT)/pthread-pi-defines.h -  CLEAN_libpthread/nptl/sysdeps/unix/sysv/linux:  	$(do_rm) $(addprefix $(PTHREAD_LINUX_OUT)/*., o os oS) | 
