diff options
author | aaron <aaron@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-09 07:05:29 +0000 |
---|---|---|
committer | aaron <aaron@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-09 07:05:29 +0000 |
commit | 03cac1d7ea082dc525a6abf04b950713a065b93b (patch) | |
tree | f35a7844d04dbd518f620b73cfc5d992601af59f /locks | |
parent | 5012b3e8eb1ee9929aecad60a9c9ac440dd75f57 (diff) | |
download | libapr-03cac1d7ea082dc525a6abf04b950713a065b93b.tar.gz |
Don't build locks.lo anymore.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r-- | locks/beos/Makefile.in | 2 | ||||
-rw-r--r-- | locks/os2/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locks/beos/Makefile.in b/locks/beos/Makefile.in index fa2d5bdb9..c1f07c137 100644 --- a/locks/beos/Makefile.in +++ b/locks/beos/Makefile.in @@ -1,5 +1,5 @@ -TARGETS = locks.lo \ +TARGETS = \ thread_mutex.lo \ thread_rwlock.lo \ thread_cond.lo \ diff --git a/locks/os2/Makefile.in b/locks/os2/Makefile.in index 590514d76..18d7b9405 100644 --- a/locks/os2/Makefile.in +++ b/locks/os2/Makefile.in @@ -1,5 +1,5 @@ -TARGETS = locks.lo \ +TARGETS = \ thread_mutex.lo \ thread_rwlock.lo \ thread_cond.lo \ |