summaryrefslogtreecommitdiffstats
path: root/devel/libpthread-stubs/files/patch-Makefile.in
blob: 6d32349111870809b1815b7bd97dc134e921dac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Makefile.in.orig
+++ Makefile.in
@@ -75,9 +75,9 @@
 LTLIBRARIES = $(lib_LTLIBRARIES)
 libpthread_stubs_la_LIBADD =
 am__libpthread_stubs_la_SOURCES_DIST = stubs.c
-@BUILD_LIB_TRUE@am_libpthread_stubs_la_OBJECTS = stubs.lo
+am_libpthread_stubs_la_OBJECTS = stubs.lo
 libpthread_stubs_la_OBJECTS = $(am_libpthread_stubs_la_OBJECTS)
-@BUILD_LIB_TRUE@am_libpthread_stubs_la_rpath = -rpath $(libdir)
+am_libpthread_stubs_la_rpath = -rpath $(libdir)
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -221,8 +221,8 @@
 top_srcdir = @top_srcdir@
 pkgconfigdir = $(prefix)/libdata/pkgconfig
 pkgconfig_DATA = pthread-stubs.pc
-@BUILD_LIB_TRUE@lib_LTLIBRARIES = libpthread-stubs.la
-@BUILD_LIB_TRUE@libpthread_stubs_la_SOURCES = stubs.c
+lib_LTLIBRARIES = libpthread-stubs.la
+libpthread_stubs_la_SOURCES = stubs.c
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am
 
OpenPOWER on IntegriCloud