> > install-data-hook: > > if [ -h $(prefix)/include/odp/api/abi ]; then \ > > - : \ > > + : ; \ > > else \ > > $(LN_S) -rf $(prefix)/include/odp/arch/@ARCH_ABI@/odp/api/abi \ > > $(prefix)/include/odp/api/abi; \ > > Which bash are you using? Mine was ok without ";". > > Maxim. >
Are you saying that in your shell this works (echoes foobar):
if false ; then : else echo foobar ; fi
When you tested the original code, did you check that the symlink
really got created when it did not yet exist?
Janne
