[vlmc-devel] Makefile.am: Fix wrong creation of resources.cpp
Yikai Lu
git at videolan.org
Wed Aug 3 14:36:31 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Aug 2 20:02:22 2016 +0900| [a9157ae21cfadd1bc7a996ad6bea5be77d99c49d] | committer: Yikai Lu
Makefile.am: Fix wrong creation of resources.cpp
> https://code.videolan.org/videolan/vlmc/commit/a9157ae21cfadd1bc7a996ad6bea5be77d99c49d
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a915a11..7be98c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -390,8 +390,8 @@ nodist_vlmc_SOURCES += $(vlmc_UI:.ui=.h)
endif
-resources.cpp: $(vlmc_RC)
- $(RCC) -o $@ $<
+resources.cpp:
+ $(RCC) -o $@ $(vlmc_RC)
nodist_vlmc_SOURCES += resources.cpp
More information about the Vlmc-devel
mailing list