projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OS/2 common controls code
[wxWidgets.git]
/
contrib
/
Makefile.in
diff --git
a/contrib/Makefile.in
b/contrib/Makefile.in
index 59844c4e6fddbad789665d4bdc1bb062d1c6012c..34f9fdfd4a08a1e8e5f43566062865e0bf5c4e9c 100644
(file)
--- a/
contrib/Makefile.in
+++ b/
contrib/Makefile.in
@@
-3,13
+3,13
@@
#
all:
- cd src;
make
+ cd src;
$(MAKE)
clean:
- cd src;
make
clean
- cd samples;
make
clean
- cd utils;
make
clean
+ cd src;
$(MAKE)
clean
+ cd samples;
$(MAKE)
clean
+ cd utils;
$(MAKE)
clean
samples:
- cd samples;
make
+ cd samples;
$(MAKE)