Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > a484a855f266cae4e809c9e19f47ad93 > files > 7

nspluginwrapper-1.4.4-8.mga5.src.rpm

--- nspluginwrapper-1.4.4/Makefile.0012	2014-06-27 21:23:33.927122549 +0000
+++ nspluginwrapper-1.4.4/Makefile	2014-06-27 21:25:45.830406852 +0000
@@ -333,10 +333,10 @@
 	sed -e 's|%NPW_VIEWER_DIR%|$(nptargetdir_var)|' $< > $@
 	chmod 755 $@
 
-$(LSB_OBJ_DIR)::
+$(LSB_OBJ_DIR):
 	@[ -d $(LSB_OBJ_DIR) ] || mkdir $(LSB_OBJ_DIR) > /dev/null 2>&1
 
-$(LSB_OBJ_DIR)/%.o: $(LSB_SRC_DIR)/%.c
+$(LSB_OBJ_DIR)/%.o: $(LSB_SRC_DIR)/%.c | $(LSB_OBJ_DIR)
 	$(CC) $(CFLAGS_32) -nostdinc -fno-builtin -I. -I$(LSB_INC_DIR) -c $< -o $@
 
 $(LSB_OBJ_DIR)/%.a: $(LSB_OBJ_DIR)/%.o