projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee28a4d
)
added stringbuf.o
author
root
<devnull@localhost>
Wed, 13 Dec 1995 16:01:10 +0000
(16:01 +0000)
committer
root
<devnull@localhost>
Wed, 13 Dec 1995 16:01:10 +0000
(16:01 +0000)
CVS patchset: 18
CVS date: 1995/12/13 16:01:10
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
9576f58
..
a449463
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-1,5
+1,5
@@
SUBDIRS = lib
-OBJS = spec.o
+OBJS = spec.o
stringbuf.o
PROGS = build
WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
@@
-16,7
+16,7
@@
make-subdirs:
(cd $$d; $(MAKE)) ;\
done
-build: build.o
spec.o
+build: build.o
$(OBJS)
clean:
for d in $(SUBDIRS); do \