diff options
author | Eric Anholt <[email protected]> | 2012-05-15 10:32:43 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-11 09:28:00 -0700 |
commit | 743e505315b6be851618caed61981d7c1617bf45 (patch) | |
tree | ff3a57bede82c55f3f08a2140afba234b77a64c1 /src/gallium/state_trackers/d3d1x | |
parent | 4038dda6cd84395cb033f0d01bb7b2ba4d09e19d (diff) |
automake: Globally add stub automake targets to the old Makefiles.
I tried to update all the old Makefiles that included the default
config to be sure they had a default target if they didn't previously
have one, since this new all target will always point at it. Almost
everything had one.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/d3d1x')
-rw-r--r-- | src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine b/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine index c9a06876c44..31f9737b7db 100644 --- a/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine +++ b/src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine @@ -3,7 +3,7 @@ D3D1X=../.. include $(TOP)/configs/current CFLAGS=$(CXXFLAGS) -all: lib$(LIBNAME).def lib$(LIBNAME).cross.a $(LIBNAME).dll.so +default: lib$(LIBNAME).def lib$(LIBNAME).cross.a $(LIBNAME).dll.so %.dll.fake: %.spec $(OBJECTS) version.res wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD) |