diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-05 04:26:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-05 04:26:00 +0000 |
commit | 64e913d255cc53b7b0791f07d8e85ca2f2eca108 (patch) | |
tree | ff25610d2ccc1bd425f3d11cb51d427b750cd26c /Makefile.in | |
parent | 4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (diff) |
made unified autoconf build, should work with MinGW also
svn path=/trunk/externals/OSCx/; revision=1550
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5abb7ae..d4aa84b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,8 +2,8 @@ dirs = libOSC send+dump src all: cd libOSC ; make - cd send+dump ; make cd src ; make + cd send+dump ; make install: all cd src ; make install |