swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit e7f24676fef7fb26093824a02ad0efc7e2a6cfbc
parent 7a8cb26e28fae1af7250bdd9e81136b786838e66
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 Jan 2014 16:57:57 -0800

libswc/local.mk: Fix typo related to dependencies for generated files

Diffstat:
Mlibswc/local.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/local.mk b/libswc/local.mk @@ -82,7 +82,7 @@ SWC_STATIC_OBJECTS = $(SWC_SOURCES:%.c=%.o) SWC_SHARED_OBJECTS = $(SWC_SOURCES:%.c=%.lo) # Explicitly state dependencies on generated files -objects = $(foreach obj,$(1),$(dir)/$(obj).o $(dir)/$(obj.lo)) +objects = $(foreach obj,$(1),$(dir)/$(obj).o $(dir)/$(obj).lo) $(call objects,drm drm_buffer): protocol/wayland-drm-server-protocol.h $(call objects,xserver): protocol/xserver-server-protocol.h