Browse Source

Don't try to build i.atcorr if $(CXX) is empty

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35693 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 năm trước cách đây
mục cha
commit
c2173b7eda
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      imagery/i.atcorr/Makefile

+ 2 - 0
imagery/i.atcorr/Makefile

@@ -9,4 +9,6 @@ DEPENDENCIES = $(GISDEP)
 
 LINK = $(CXX)
 
+ifneq ($(CXX),)
 default: cmd
+endif